home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corbis Images Sampler - Red
/
RED.iso
/
pc
/
Interface
/
inter.dxr
/
00114_launch browser button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-12-21
|
268 b
|
13 lines
on mouseEnter
puppetSound(3, "over")
end
on mouseUp
puppetSound(2, "click")
if the machineType = 256 then
open("..\other\red.fdb", "..\other\PCBROWS\PortBrws.exe")
else
open("RED:other:red.fdb", "RED:other:Mac Browser:portfolio browser")
end if
end